Html Css Color HEX #3C0FAB Persian Indigo

📋 copy color: '#3C0FAB'

red 60 ◦ green 15 ◦ blue 171

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

Shades of Persian Indigo #3C0FAB

Tints of Persian Indigo #3C0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 24.39%
G = 6.1%
B = 69.51%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C0FAB (or 0x3C0FAB) is known color: Persian Indigo. HEX triplet: 3C, 0F and AB. RGB value is (60,15,171). Sum of RGB (Red+Green+Blue) = 60+15+171=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FAB is #C3F054. Grayscale: #2D2D2D. Windows color (decimal): -12841045 or 11210556. OLE color: 11210556.

HSL color Cylindrical-coordinate representation of color #3C0FAB: hue angle of 257.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0FAB is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 15 171 -
CMYK 0.65 0.91 0 0.33
HSL 257.31º 0.84% 0.36% -
HSV(B) 257.31º 0.91% 0.67% -
XYZ 9.38 4.24 38.85 -
YUV 46.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 60 15 171 0.65 0.91 0 0.33 257.31 0.84 0.36
Hex 3C F AB 41 5B 0 21 101 54 24
Octal 74 17 253 101 133 0 41 401 124 44
Binary 111100 1111 10101011 1000001 1011011 0 100001 100000001 1010100 100100

Color Harmonies of #3C0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FAB

Black with #3C0FAB

Text Example


Text Example

White with #3C0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,15,171); }

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

background-color css

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

 a { background-color: rgb(60,15,171); }

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

border-color css

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

 span { border-color: rgb(60,15,171); }

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