Html Css Color HEX #2D237D Persian Indigo

📋 copy color: '#2D237D'

red 45 ◦ green 35 ◦ blue 125

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

Shades of Persian Indigo #2D237D

Tints of Persian Indigo #2D237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 21.95%
G = 17.07%
B = 60.98%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D237D (or 0x2D237D) is known color: Persian Indigo. HEX triplet: 2D, 23 and 7D. RGB value is (45,35,125). Sum of RGB (Red+Green+Blue) = 45+35+125=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D237D is #D2DC82. Grayscale: #2F2F2F. Windows color (decimal): -13819011 or 8201005. OLE color: 8201005.

HSL color Cylindrical-coordinate representation of color #2D237D: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D237D is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 35 125 -
CMYK 0.64 0.72 0 0.51
HSL 246.67º 0.56% 0.31% -
HSV(B) 246.67º 0.72% 0.49% -
XYZ 5.38 3.24 19.74 -
YUV 48.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 45 35 125 0.64 0.72 0 0.51 246.67 0.56 0.31
Hex 2D 23 7D 40 48 0 33 F7 38 1F
Octal 55 43 175 100 110 0 63 367 70 37
Binary 101101 100011 1111101 1000000 1001000 0 110011 11110111 111000 11111

Color Harmonies of #2D237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D237D

Black with #2D237D

Text Example


Text Example

White with #2D237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,35,125); }

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

background-color css

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

 a { background-color: rgb(45,35,125); }

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

border-color css

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

 span { border-color: rgb(45,35,125); }

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