Html Css Color HEX #2D086B Persian Indigo

📋 copy color: '#2D086B'

red 45 ◦ green 8 ◦ blue 107

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

Shades of Persian Indigo #2D086B

Tints of Persian Indigo #2D086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 107 (42.19% from 255) = 66.88%

R = 28.13%
G = 5%
B = 66.88%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D086B (or 0x2D086B) is known color: Persian Indigo. HEX triplet: 2D, 08 and 6B. RGB value is (45,8,107). Sum of RGB (Red+Green+Blue) = 45+8+107=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D086B is #D2F794. Grayscale: #1D1D1D. Windows color (decimal): -13825941 or 7014445. OLE color: 7014445.

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

Color convert

RGB 45 8 107 -
CMYK 0.58 0.93 0 0.58
HSL 262.42º 0.86% 0.23% -
HSV(B) 262.42º 0.93% 0.42% -
XYZ 3.82 1.79 14.05 -
YUV 30.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 45 8 107 0.58 0.93 0 0.58 262.42 0.86 0.23
Hex 2D 8 6B 3A 5D 0 3A 106 56 17
Octal 55 10 153 72 135 0 72 406 126 27
Binary 101101 1000 1101011 111010 1011101 0 111010 100000110 1010110 10111

Color Harmonies of #2D086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D086B

Black with #2D086B

Text Example


Text Example

White with #2D086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,8,107); }

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

background-color css

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

 a { background-color: rgb(45,8,107); }

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

border-color css

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

 span { border-color: rgb(45,8,107); }

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