Html Css Color HEX #3F038B Indigo

📋 copy color: '#3F038B'

red 63 ◦ green 3 ◦ blue 139

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

Shades of Indigo #3F038B

Tints of Indigo #3F038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 30.73%
G = 1.46%
B = 67.8%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F038B (or 0x3F038B) is known color: Indigo. HEX triplet: 3F, 03 and 8B. RGB value is (63,3,139). Sum of RGB (Red+Green+Blue) = 63+3+139=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F038B is #C0FC74. Grayscale: #232323. Windows color (decimal): -12647541 or 9110335. OLE color: 9110335.

HSL color Cylindrical-coordinate representation of color #3F038B: hue angle of 266.47º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F038B is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 3 139 -
CMYK 0.55 0.98 0 0.45
HSL 266.47º 0.96% 0.28% -
HSV(B) 266.47º 0.98% 0.55% -
XYZ 6.74 2.99 24.65 -
YUV 36.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 63 3 139 0.55 0.98 0 0.45 266.47 0.96 0.28
Hex 3F 3 8B 37 62 0 2D 10A 60 1C
Octal 77 3 213 67 142 0 55 412 140 34
Binary 111111 11 10001011 110111 1100010 0 101101 100001010 1100000 11100

Color Harmonies of #3F038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F038B

Black with #3F038B

Text Example


Text Example

White with #3F038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,139); }

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

background-color css

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

 a { background-color: rgb(63,3,139); }

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

border-color css

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

 span { border-color: rgb(63,3,139); }

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