Html Css Color HEX #2C1EAB Persian Blue

📋 copy color: '#2C1EAB'

red 44 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #2C1EAB

Tints of Persian Blue #2C1EAB

RGB

 RED value IS 44 (17.58% from 255) = 17.96%

 GREEN value IS 30 (12.11% from 255) = 12.24%

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

R = 17.96%
G = 12.24%
B = 69.8%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C1EAB (or 0x2C1EAB) is known color: Persian Blue. HEX triplet: 2C, 1E and AB. RGB value is (44,30,171). Sum of RGB (Red+Green+Blue) = 44+30+171=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1EAB is #D3E154. Grayscale: #313131. Windows color (decimal): -13885781 or 11214380. OLE color: 11214380.

HSL color Cylindrical-coordinate representation of color #2C1EAB: hue angle of 245.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1EAB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 30 171 -
CMYK 0.74 0.82 0 0.33
HSL 245.96º 0.7% 0.39% -
HSV(B) 245.96º 0.82% 0.67% -
XYZ 8.85 4.4 38.91 -
YUV 50.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 44 30 171 0.74 0.82 0 0.33 245.96 0.7 0.39
Hex 2C 1E AB 4A 52 0 21 F6 46 27
Octal 54 36 253 112 122 0 41 366 106 47
Binary 101100 11110 10101011 1001010 1010010 0 100001 11110110 1000110 100111

Color Harmonies of #2C1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1EAB

Black with #2C1EAB

Text Example


Text Example

White with #2C1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C1EAB; }

 p { color: rgb(44,30,171); }

 H1.HeaderClassName
 {
   color: #2C1EAB;
 }
 .AnyTagClassName
 {
   color: #2C1EAB;
 }
</style>

background-color css

<style>
 a { background-color: #2C1EAB; }

 a { background-color: rgb(44,30,171); }

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

border-color css

<style>
 span { border-color: #2C1EAB; }

 span { border-color: rgb(44,30,171); }

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