Html Css Color HEX #250588 Persian Indigo

📋 copy color: '#250588'

red 37 ◦ green 5 ◦ blue 136

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

Shades of Persian Indigo #250588

Tints of Persian Indigo #250588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 76.4%

R = 20.79%
G = 2.81%
B = 76.4%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250588 (or 0x250588) is known color: Persian Indigo. HEX triplet: 25, 05 and 88. RGB value is (37,5,136). Sum of RGB (Red+Green+Blue) = 37+5+136=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #250588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250588 is #DAFA77. Grayscale: #1D1D1D. Windows color (decimal): -14350968 or 8914213. OLE color: 8914213.

HSL color Cylindrical-coordinate representation of color #250588: hue angle of 254.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250588 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 5 136 -
CMYK 0.73 0.96 0 0.47
HSL 254.66º 0.93% 0.28% -
HSV(B) 254.66º 0.96% 0.53% -
XYZ 5.26 2.28 23.46 -
YUV 29.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 37 5 136 0.73 0.96 0 0.47 254.66 0.93 0.28
Hex 25 5 88 49 60 0 2F FF 5D 1C
Octal 45 5 210 111 140 0 57 377 135 34
Binary 100101 101 10001000 1001001 1100000 0 101111 11111111 1011101 11100

Color Harmonies of #250588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250588

Black with #250588

Text Example


Text Example

White with #250588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250588; }

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

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

background-color css

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

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

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

border-color css

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

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

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