Html Css Color HEX #3F0092 Indigo

📋 copy color: '#3F0092'

red 63 ◦ green 0 ◦ blue 146

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

Shades of Indigo #3F0092

Tints of Indigo #3F0092

RGB

 RED value IS 63 (25% from 255) = 30.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.14%
G = 0%
B = 69.86%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F0092 (or 0x3F0092) is known color: Indigo. HEX triplet: 3F, 00 and 92. RGB value is (63,0,146). Sum of RGB (Red+Green+Blue) = 63+0+146=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0092 is #C0FF6D. Grayscale: #222222. Windows color (decimal): -12648302 or 9568319. OLE color: 9568319.

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

Color convert

RGB 63 0 146 -
CMYK 0.57 1 0 0.43
HSL 265.89º 1% 0.29% -
HSV(B) 265.89º 1% 0.57% -
XYZ 7.24 3.13 27.42 -
YUV 35.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 63 0 146 0.57 1 0 0.43 265.89 1 0.29
Hex 3F 0 92 39 64 0 2B 10A 64 1D
Octal 77 0 222 71 144 0 53 412 144 35
Binary 111111 0 10010010 111001 1100100 0 101011 100001010 1100100 11101

Color Harmonies of #3F0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0092

Black with #3F0092

Text Example


Text Example

White with #3F0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,146); }

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

background-color css

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

 a { background-color: rgb(63,0,146); }

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

border-color css

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

 span { border-color: rgb(63,0,146); }

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