Html Css Color HEX #3C07B4 Indigo

📋 copy color: '#3C07B4'

red 60 ◦ green 7 ◦ blue 180

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

Shades of Indigo #3C07B4

Tints of Indigo #3C07B4

RGB

 RED value IS 60 (23.83% from 255) = 24.29%

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

 BLUE value IS 180 (70.7% from 255) = 72.87%

R = 24.29%
G = 2.83%
B = 72.87%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C07B4 (or 0x3C07B4) is known color: Indigo. HEX triplet: 3C, 07 and B4. RGB value is (60,7,180). Sum of RGB (Red+Green+Blue) = 60+7+180=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C07B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C07B4 is #C3F84B. Grayscale: #292929. Windows color (decimal): -12843084 or 11798332. OLE color: 11798332.

HSL color Cylindrical-coordinate representation of color #3C07B4: hue angle of 258.38º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C07B4 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 7 180 -
CMYK 0.67 0.96 0 0.29
HSL 258.38º 0.93% 0.37% -
HSV(B) 258.38º 0.96% 0.71% -
XYZ 10.18 4.41 43.49 -
YUV 42.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 60 7 180 0.67 0.96 0 0.29 258.38 0.93 0.37
Hex 3C 7 B4 43 60 0 1D 102 5D 25
Octal 74 7 264 103 140 0 35 402 135 45
Binary 111100 111 10110100 1000011 1100000 0 11101 100000010 1011101 100101

Color Harmonies of #3C07B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07B4

Black with #3C07B4

Text Example


Text Example

White with #3C07B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,180); }

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

background-color css

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

 a { background-color: rgb(60,7,180); }

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

border-color css

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

 span { border-color: rgb(60,7,180); }

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