Html Css Color HEX #2D1378 Persian Indigo

📋 copy color: '#2D1378'

red 45 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #2D1378

Tints of Persian Indigo #2D1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 120 (47.27% from 255) = 65.22%

R = 24.46%
G = 10.33%
B = 65.22%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D1378 (or 0x2D1378) is known color: Persian Indigo. HEX triplet: 2D, 13 and 78. RGB value is (45,19,120). Sum of RGB (Red+Green+Blue) = 45+19+120=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1378 is #D2EC87. Grayscale: #252525. Windows color (decimal): -13823112 or 7869229. OLE color: 7869229.

HSL color Cylindrical-coordinate representation of color #2D1378: hue angle of 255.45º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1378 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 19 120 -
CMYK 0.63 0.84 0 0.53
HSL 255.45º 0.73% 0.27% -
HSV(B) 255.45º 0.84% 0.47% -
XYZ 4.71 2.38 17.98 -
YUV 38.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 45 19 120 0.63 0.84 0 0.53 255.45 0.73 0.27
Hex 2D 13 78 3F 54 0 35 FF 49 1B
Octal 55 23 170 77 124 0 65 377 111 33
Binary 101101 10011 1111000 111111 1010100 0 110101 11111111 1001001 11011

Color Harmonies of #2D1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1378

Black with #2D1378

Text Example


Text Example

White with #2D1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,19,120); }

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

background-color css

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

 a { background-color: rgb(45,19,120); }

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

border-color css

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

 span { border-color: rgb(45,19,120); }

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