Html Css Color HEX #3F02B3 Indigo

📋 copy color: '#3F02B3'

red 63 ◦ green 2 ◦ blue 179

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

Shades of Indigo #3F02B3

Tints of Indigo #3F02B3

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 179 (70.31% from 255) = 73.36%

R = 25.82%
G = 0.82%
B = 73.36%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F02B3 (or 0x3F02B3) is known color: Indigo. HEX triplet: 3F, 02 and B3. RGB value is (63,2,179). Sum of RGB (Red+Green+Blue) = 63+2+179=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F02B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02B3 is #C0FD4C. Grayscale: #272727. Windows color (decimal): -12647757 or 11731519. OLE color: 11731519.

HSL color Cylindrical-coordinate representation of color #3F02B3: hue angle of 260.68º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02B3 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 2 179 -
CMYK 0.65 0.99 0 0.30
HSL 260.68º 0.98% 0.35% -
HSV(B) 260.68º 0.99% 0.7% -
XYZ 10.21 4.35 42.95 -
YUV 40.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 63 2 179 0.65 0.99 0 0.30 260.68 0.98 0.35
Hex 3F 2 B3 41 63 0 1E 105 62 23
Octal 77 2 263 101 143 0 36 405 142 43
Binary 111111 10 10110011 1000001 1100011 0 11110 100000101 1100010 100011

Color Harmonies of #3F02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F02B3

Black with #3F02B3

Text Example


Text Example

White with #3F02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,179); }

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

background-color css

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

 a { background-color: rgb(63,2,179); }

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

border-color css

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

 span { border-color: rgb(63,2,179); }

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