Html Css Color HEX #2C168C Persian Indigo

📋 copy color: '#2C168C'

red 44 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #2C168C

Tints of Persian Indigo #2C168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 140 (55.08% from 255) = 67.96%

R = 21.36%
G = 10.68%
B = 67.96%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C168C (or 0x2C168C) is known color: Persian Indigo. HEX triplet: 2C, 16 and 8C. RGB value is (44,22,140). Sum of RGB (Red+Green+Blue) = 44+22+140=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C168C is #D3E973. Grayscale: #292929. Windows color (decimal): -13887860 or 9180716. OLE color: 9180716.

HSL color Cylindrical-coordinate representation of color #2C168C: hue angle of 251.19º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C168C is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 22 140 -
CMYK 0.69 0.84 0 0.45
HSL 251.19º 0.73% 0.32% -
HSV(B) 251.19º 0.84% 0.55% -
XYZ 6.06 3 25.07 -
YUV 42.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 44 22 140 0.69 0.84 0 0.45 251.19 0.73 0.32
Hex 2C 16 8C 45 54 0 2D FB 49 20
Octal 54 26 214 105 124 0 55 373 111 40
Binary 101100 10110 10001100 1000101 1010100 0 101101 11111011 1001001 100000

Color Harmonies of #2C168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C168C

Black with #2C168C

Text Example


Text Example

White with #2C168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,22,140); }

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

background-color css

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

 a { background-color: rgb(44,22,140); }

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

border-color css

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

 span { border-color: rgb(44,22,140); }

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