Html Css Color HEX #3F07AA Indigo

📋 copy color: '#3F07AA'

red 63 ◦ green 7 ◦ blue 170

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

Shades of Indigo #3F07AA

Tints of Indigo #3F07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 170 (66.8% from 255) = 70.83%

R = 26.25%
G = 2.92%
B = 70.83%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F07AA (or 0x3F07AA) is known color: Indigo. HEX triplet: 3F, 07 and AA. RGB value is (63,7,170). Sum of RGB (Red+Green+Blue) = 63+7+170=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F07AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F07AA is #C0F855. Grayscale: #292929. Windows color (decimal): -12646486 or 11142975. OLE color: 11142975.

HSL color Cylindrical-coordinate representation of color #3F07AA: hue angle of 260.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F07AA is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 7 170 -
CMYK 0.63 0.96 0 0.33
HSL 260.61º 0.92% 0.35% -
HSV(B) 260.61º 0.96% 0.67% -
XYZ 9.38 4.11 38.33 -
YUV 42.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 63 7 170 0.63 0.96 0 0.33 260.61 0.92 0.35
Hex 3F 7 AA 3F 60 0 21 105 5C 23
Octal 77 7 252 77 140 0 41 405 134 43
Binary 111111 111 10101010 111111 1100000 0 100001 100000101 1011100 100011

Color Harmonies of #3F07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F07AA

Black with #3F07AA

Text Example


Text Example

White with #3F07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,7,170); }

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

background-color css

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

 a { background-color: rgb(63,7,170); }

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

border-color css

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

 span { border-color: rgb(63,7,170); }

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