Html Css Color HEX #250288 Persian Indigo

📋 copy color: '#250288'

red 37 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #250288

Tints of Persian Indigo #250288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 21.14%
G = 1.14%
B = 77.71%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250288 (or 0x250288) is known color: Persian Indigo. HEX triplet: 25, 02 and 88. RGB value is (37,2,136). Sum of RGB (Red+Green+Blue) = 37+2+136=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #250288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250288 is #DAFD77. Grayscale: #1B1B1B. Windows color (decimal): -14351736 or 8913445. OLE color: 8913445.

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

Color convert

RGB 37 2 136 -
CMYK 0.73 0.99 0 0.47
HSL 255.67º 0.97% 0.27% -
HSV(B) 255.67º 0.99% 0.53% -
XYZ 5.23 2.21 23.44 -
YUV 27.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 37 2 136 0.73 0.99 0 0.47 255.67 0.97 0.27
Hex 25 2 88 49 63 0 2F 100 61 1B
Octal 45 2 210 111 143 0 57 400 141 33
Binary 100101 10 10001000 1001001 1100011 0 101111 100000000 1100001 11011

Color Harmonies of #250288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250288

Black with #250288

Text Example


Text Example

White with #250288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250288; }

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

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

background-color css

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

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

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

border-color css

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

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

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