Html Css Color HEX #3B0992 Persian Indigo

📋 copy color: '#3B0992'

red 59 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #3B0992

Tints of Persian Indigo #3B0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 27.57%
G = 4.21%
B = 68.22%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B0992 (or 0x3B0992) is known color: Persian Indigo. HEX triplet: 3B, 09 and 92. RGB value is (59,9,146). Sum of RGB (Red+Green+Blue) = 59+9+146=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0992 is #C4F66D. Grayscale: #272727. Windows color (decimal): -12908142 or 9570619. OLE color: 9570619.

HSL color Cylindrical-coordinate representation of color #3B0992: hue angle of 261.9º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0992 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 9 146 -
CMYK 0.60 0.94 0 0.43
HSL 261.9º 0.88% 0.3% -
HSV(B) 261.9º 0.94% 0.57% -
XYZ 7.09 3.2 27.44 -
YUV 39.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 59 9 146 0.60 0.94 0 0.43 261.9 0.88 0.3
Hex 3B 9 92 3C 5E 0 2B 106 58 1E
Octal 73 11 222 74 136 0 53 406 130 36
Binary 111011 1001 10010010 111100 1011110 0 101011 100000110 1011000 11110

Color Harmonies of #3B0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0992

Black with #3B0992

Text Example


Text Example

White with #3B0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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