Html Css Color HEX #2D247C Persian Indigo

📋 copy color: '#2D247C'

red 45 ◦ green 36 ◦ blue 124

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

Shades of Persian Indigo #2D247C

Tints of Persian Indigo #2D247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 21.95%
G = 17.56%
B = 60.49%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D247C (or 0x2D247C) is known color: Persian Indigo. HEX triplet: 2D, 24 and 7C. RGB value is (45,36,124). Sum of RGB (Red+Green+Blue) = 45+36+124=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D247C is #D2DB83. Grayscale: #303030. Windows color (decimal): -13818756 or 8135725. OLE color: 8135725.

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

Color convert

RGB 45 36 124 -
CMYK 0.64 0.71 0 0.51
HSL 246.14º 0.55% 0.31% -
HSV(B) 246.14º 0.71% 0.49% -
XYZ 5.35 3.27 19.42 -
YUV 48.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 45 36 124 0.64 0.71 0 0.51 246.14 0.55 0.31
Hex 2D 24 7C 40 47 0 33 F6 37 1F
Octal 55 44 174 100 107 0 63 366 67 37
Binary 101101 100100 1111100 1000000 1000111 0 110011 11110110 110111 11111

Color Harmonies of #2D247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D247C

Black with #2D247C

Text Example


Text Example

White with #2D247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,36,124); }

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

background-color css

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

 a { background-color: rgb(45,36,124); }

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

border-color css

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

 span { border-color: rgb(45,36,124); }

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