Html Css Color HEX #2D0688 Persian Indigo

📋 copy color: '#2D0688'

red 45 ◦ green 6 ◦ blue 136

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

Shades of Persian Indigo #2D0688

Tints of Persian Indigo #2D0688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 24.06%
G = 3.21%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D0688 (or 0x2D0688) is known color: Persian Indigo. HEX triplet: 2D, 06 and 88. RGB value is (45,6,136). Sum of RGB (Red+Green+Blue) = 45+6+136=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D0688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0688 is #D2F977. Grayscale: #202020. Windows color (decimal): -13826424 or 8914477. OLE color: 8914477.

HSL color Cylindrical-coordinate representation of color #2D0688: hue angle of 258º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0688 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 6 136 -
CMYK 0.67 0.96 0 0.47
HSL 258º 0.92% 0.28% -
HSV(B) 258º 0.96% 0.53% -
XYZ 5.59 2.47 23.47 -
YUV 32.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 45 6 136 0.67 0.96 0 0.47 258 0.92 0.28
Hex 2D 6 88 43 60 0 2F 102 5C 1C
Octal 55 6 210 103 140 0 57 402 134 34
Binary 101101 110 10001000 1000011 1100000 0 101111 100000010 1011100 11100

Color Harmonies of #2D0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0688

Black with #2D0688

Text Example


Text Example

White with #2D0688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,6,136); }

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

background-color css

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

 a { background-color: rgb(45,6,136); }

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

border-color css

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

 span { border-color: rgb(45,6,136); }

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