Html Css Color HEX #2C1A6F Persian Indigo

📋 copy color: '#2C1A6F'

red 44 ◦ green 26 ◦ blue 111

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

Shades of Persian Indigo #2C1A6F

Tints of Persian Indigo #2C1A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.36%

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 24.31%
G = 14.36%
B = 61.33%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C1A6F (or 0x2C1A6F) is known color: Persian Indigo. HEX triplet: 2C, 1A and 6F. RGB value is (44,26,111). Sum of RGB (Red+Green+Blue) = 44+26+111=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C1A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1A6F is #D3E590. Grayscale: #282828. Windows color (decimal): -13886865 or 7281196. OLE color: 7281196.

HSL color Cylindrical-coordinate representation of color #2C1A6F: hue angle of 252.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C1A6F is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 26 111 -
CMYK 0.60 0.77 0 0.56
HSL 252.71º 0.62% 0.27% -
HSV(B) 252.71º 0.77% 0.44% -
XYZ 4.28 2.42 15.28 -
YUV 41.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 44 26 111 0.60 0.77 0 0.56 252.71 0.62 0.27
Hex 2C 1A 6F 3C 4D 0 38 FD 3E 1B
Octal 54 32 157 74 115 0 70 375 76 33
Binary 101100 11010 1101111 111100 1001101 0 111000 11111101 111110 11011

Color Harmonies of #2C1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1A6F

Black with #2C1A6F

Text Example


Text Example

White with #2C1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,26,111); }

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

background-color css

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

 a { background-color: rgb(44,26,111); }

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

border-color css

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

 span { border-color: rgb(44,26,111); }

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