Html Css Color HEX #250572 Persian Indigo

📋 copy color: '#250572'

red 37 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #250572

Tints of Persian Indigo #250572

RGB

 RED value IS 37 (14.84% from 255) = 23.72%

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 114 (44.92% from 255) = 73.08%

R = 23.72%
G = 3.21%
B = 73.08%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250572 (or 0x250572) is known color: Persian Indigo. HEX triplet: 25, 05 and 72. RGB value is (37,5,114). Sum of RGB (Red+Green+Blue) = 37+5+114=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #250572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250572 is #DAFA8D. Grayscale: #1A1A1A. Windows color (decimal): -14350990 or 7472421. OLE color: 7472421.

HSL color Cylindrical-coordinate representation of color #250572: hue angle of 257.61º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250572 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 5 114 -
CMYK 0.68 0.96 0 0.55
HSL 257.61º 0.92% 0.23% -
HSV(B) 257.61º 0.96% 0.45% -
XYZ 3.85 1.72 16.05 -
YUV 26.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 37 5 114 0.68 0.96 0 0.55 257.61 0.92 0.23
Hex 25 5 72 44 60 0 37 102 5C 17
Octal 45 5 162 104 140 0 67 402 134 27
Binary 100101 101 1110010 1000100 1100000 0 110111 100000010 1011100 10111

Color Harmonies of #250572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250572

Black with #250572

Text Example


Text Example

White with #250572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250572; }

 p { color: rgb(37,5,114); }

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

background-color css

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

 a { background-color: rgb(37,5,114); }

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

border-color css

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

 span { border-color: rgb(37,5,114); }

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