Html Css Color HEX #2D0375 Persian Indigo

📋 copy color: '#2D0375'

red 45 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #2D0375

Tints of Persian Indigo #2D0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 27.27%
G = 1.82%
B = 70.91%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D0375 (or 0x2D0375) is known color: Persian Indigo. HEX triplet: 2D, 03 and 75. RGB value is (45,3,117). Sum of RGB (Red+Green+Blue) = 45+3+117=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0375 is #D2FC8A. Grayscale: #1C1C1C. Windows color (decimal): -13827211 or 7668525. OLE color: 7668525.

HSL color Cylindrical-coordinate representation of color #2D0375: hue angle of 262.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0375 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 3 117 -
CMYK 0.62 0.97 0 0.54
HSL 262.11º 0.95% 0.24% -
HSV(B) 262.11º 0.97% 0.46% -
XYZ 4.33 1.91 16.97 -
YUV 28.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 45 3 117 0.62 0.97 0 0.54 262.11 0.95 0.24
Hex 2D 3 75 3E 61 0 36 106 5F 18
Octal 55 3 165 76 141 0 66 406 137 30
Binary 101101 11 1110101 111110 1100001 0 110110 100000110 1011111 11000

Color Harmonies of #2D0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0375

Black with #2D0375

Text Example


Text Example

White with #2D0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,3,117); }

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

background-color css

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

 a { background-color: rgb(45,3,117); }

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

border-color css

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

 span { border-color: rgb(45,3,117); }

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