Html Css Color HEX #2D0666 Persian Indigo

📋 copy color: '#2D0666'

red 45 ◦ green 6 ◦ blue 102

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

Shades of Persian Indigo #2D0666

Tints of Persian Indigo #2D0666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.67%

R = 29.41%
G = 3.92%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2D0666 (or 0x2D0666) is known color: Persian Indigo. HEX triplet: 2D, 06 and 66. RGB value is (45,6,102). Sum of RGB (Red+Green+Blue) = 45+6+102=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D0666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0666 is #D2F999. Grayscale: #1C1C1C. Windows color (decimal): -13826458 or 6686253. OLE color: 6686253.

HSL color Cylindrical-coordinate representation of color #2D0666: hue angle of 264.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0666 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 6 102 -
CMYK 0.56 0.94 0 0.6
HSL 264.38º 0.89% 0.21% -
HSV(B) 264.38º 0.94% 0.4% -
XYZ 3.55 1.65 12.7 -
YUV 28.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 45 6 102 0.56 0.94 0 0.6 264.38 0.89 0.21
Hex 2D 6 66 38 5E 0 3C 108 59 15
Octal 55 6 146 70 136 0 74 410 131 25
Binary 101101 110 1100110 111000 1011110 0 111100 100001000 1011001 10101

Color Harmonies of #2D0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0666

Black with #2D0666

Text Example


Text Example

White with #2D0666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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