Html Css Color HEX #2D0684 Persian Indigo

📋 copy color: '#2D0684'

red 45 ◦ green 6 ◦ blue 132

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

Shades of Persian Indigo #2D0684

Tints of Persian Indigo #2D0684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 24.59%
G = 3.28%
B = 72.13%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D0684 (or 0x2D0684) is known color: Persian Indigo. HEX triplet: 2D, 06 and 84. RGB value is (45,6,132). Sum of RGB (Red+Green+Blue) = 45+6+132=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0684 is #D2F97B. Grayscale: #1F1F1F. Windows color (decimal): -13826428 or 8652333. OLE color: 8652333.

HSL color Cylindrical-coordinate representation of color #2D0684: hue angle of 258.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0684 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 6 132 -
CMYK 0.66 0.95 0 0.48
HSL 258.57º 0.91% 0.27% -
HSV(B) 258.57º 0.95% 0.52% -
XYZ 5.31 2.35 22 -
YUV 32.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 45 6 132 0.66 0.95 0 0.48 258.57 0.91 0.27
Hex 2D 6 84 42 5F 0 30 103 5B 1B
Octal 55 6 204 102 137 0 60 403 133 33
Binary 101101 110 10000100 1000010 1011111 0 110000 100000011 1011011 11011

Color Harmonies of #2D0684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0684

Black with #2D0684

Text Example


Text Example

White with #2D0684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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