Html Css Color HEX #250575 Persian Indigo

📋 copy color: '#250575'

red 37 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #250575

Tints of Persian Indigo #250575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 73.58%

R = 23.27%
G = 3.14%
B = 73.58%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250575 (or 0x250575) is known color: Persian Indigo. HEX triplet: 25, 05 and 75. RGB value is (37,5,117). Sum of RGB (Red+Green+Blue) = 37+5+117=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #250575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250575 is #DAFA8A. Grayscale: #1A1A1A. Windows color (decimal): -14350987 or 7669029. OLE color: 7669029.

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

Color convert

RGB 37 5 117 -
CMYK 0.68 0.96 0 0.54
HSL 257.14º 0.92% 0.24% -
HSV(B) 257.14º 0.96% 0.46% -
XYZ 4.03 1.79 16.96 -
YUV 27.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 37 5 117 0.68 0.96 0 0.54 257.14 0.92 0.24
Hex 25 5 75 44 60 0 36 101 5C 18
Octal 45 5 165 104 140 0 66 401 134 30
Binary 100101 101 1110101 1000100 1100000 0 110110 100000001 1011100 11000

Color Harmonies of #250575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250575

Black with #250575

Text Example


Text Example

White with #250575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250575; }

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

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

background-color css

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

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

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

border-color css

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

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

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