Html Css Color HEX #3B097C Persian Indigo

📋 copy color: '#3B097C'

red 59 ◦ green 9 ◦ blue 124

#3B097C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3B097C

Tints of Persian Indigo #3B097C

RGB

 RED value IS 59 (23.44% from 255) = 30.73%

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 30.73%
G = 4.69%
B = 64.58%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B097C (or 0x3B097C) is known color: Persian Indigo. HEX triplet: 3B, 09 and 7C. RGB value is (59,9,124). Sum of RGB (Red+Green+Blue) = 59+9+124=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B097C is #C4F683. Grayscale: #242424. Windows color (decimal): -12908164 or 8128827. OLE color: 8128827.

HSL color Cylindrical-coordinate representation of color #3B097C: hue angle of 266.09º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B097C is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 9 124 -
CMYK 0.52 0.93 0 0.51
HSL 266.09º 0.86% 0.26% -
HSV(B) 266.09º 0.93% 0.49% -
XYZ 5.54 2.58 19.27 -
YUV 37.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 59 9 124 0.52 0.93 0 0.51 266.09 0.86 0.26
Hex 3B 9 7C 34 5D 0 33 10A 56 1A
Octal 73 11 174 64 135 0 63 412 126 32
Binary 111011 1001 1111100 110100 1011101 0 110011 100001010 1010110 11010

Color Harmonies of #3B097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B097C

Black with #3B097C

Text Example


Text Example

White with #3B097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B097C; }

 p { color: rgb(59,9,124); }

 H1.HeaderClassName
 {
   color: #3B097C;
 }
 .AnyTagClassName
 {
   color: #3B097C;
 }
</style>

background-color css

<style>
 a { background-color: #3B097C; }

 a { background-color: rgb(59,9,124); }

 div.DivClassName
 {
   background-color: #3B097C;
 }
 .BgClassName
 {
   background-color: #3B097C;
 }
</style>

border-color css

<style>
 span { border-color: #3B097C; }

 span { border-color: rgb(59,9,124); }

 td.TdClassName
 {
   border-color: #3B097C;
 }
 .TagClassName
 {
   border-color: #3B097C;
 }
</style>