Html Css Color HEX #2C0468 Persian Indigo

📋 copy color: '#2C0468'

red 44 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #2C0468

Tints of Persian Indigo #2C0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

 BLUE value IS 104 (41.02% from 255) = 68.42%

R = 28.95%
G = 2.63%
B = 68.42%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C0468 (or 0x2C0468) is known color: Persian Indigo. HEX triplet: 2C, 04 and 68. RGB value is (44,4,104). Sum of RGB (Red+Green+Blue) = 44+4+104=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0468 is #D3FB97. Grayscale: #1B1B1B. Windows color (decimal): -13892504 or 6816812. OLE color: 6816812.

HSL color Cylindrical-coordinate representation of color #2C0468: hue angle of 264º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0468 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 4 104 -
CMYK 0.58 0.96 0 0.59
HSL 264º 0.93% 0.21% -
HSV(B) 264º 0.96% 0.41% -
XYZ 3.58 1.62 13.22 -
YUV 27.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 44 4 104 0.58 0.96 0 0.59 264 0.93 0.21
Hex 2C 4 68 3A 60 0 3B 108 5D 15
Octal 54 4 150 72 140 0 73 410 135 25
Binary 101100 100 1101000 111010 1100000 0 111011 100001000 1011101 10101

Color Harmonies of #2C0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0468

Black with #2C0468

Text Example


Text Example

White with #2C0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,4,104); }

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

background-color css

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

 a { background-color: rgb(44,4,104); }

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

border-color css

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

 span { border-color: rgb(44,4,104); }

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