Html Css Color HEX #2D056C Persian Indigo

📋 copy color: '#2D056C'

red 45 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #2D056C

Tints of Persian Indigo #2D056C

RGB

 RED value IS 45 (17.97% from 255) = 28.48%

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 108 (42.58% from 255) = 68.35%

R = 28.48%
G = 3.16%
B = 68.35%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D056C (or 0x2D056C) is known color: Persian Indigo. HEX triplet: 2D, 05 and 6C. RGB value is (45,5,108). Sum of RGB (Red+Green+Blue) = 45+5+108=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D056C is #D2FA93. Grayscale: #1C1C1C. Windows color (decimal): -13826708 or 7079213. OLE color: 7079213.

HSL color Cylindrical-coordinate representation of color #2D056C: hue angle of 263.3º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D056C is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 5 108 -
CMYK 0.58 0.95 0 0.58
HSL 263.3º 0.91% 0.22% -
HSV(B) 263.3º 0.95% 0.42% -
XYZ 3.84 1.75 14.32 -
YUV 28.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 45 5 108 0.58 0.95 0 0.58 263.3 0.91 0.22
Hex 2D 5 6C 3A 5F 0 3A 107 5B 16
Octal 55 5 154 72 137 0 72 407 133 26
Binary 101101 101 1101100 111010 1011111 0 111010 100000111 1011011 10110

Color Harmonies of #2D056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D056C

Black with #2D056C

Text Example


Text Example

White with #2D056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,5,108); }

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

background-color css

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

 a { background-color: rgb(45,5,108); }

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

border-color css

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

 span { border-color: rgb(45,5,108); }

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