Html Css Color HEX #250875 Persian Indigo

📋 copy color: '#250875'

red 37 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #250875

Tints of Persian Indigo #250875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 22.84%
G = 4.94%
B = 72.22%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250875 (or 0x250875) is known color: Persian Indigo. HEX triplet: 25, 08 and 75. RGB value is (37,8,117). Sum of RGB (Red+Green+Blue) = 37+8+117=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #250875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250875 is #DAF78A. Grayscale: #1C1C1C. Windows color (decimal): -14350219 or 7669797. OLE color: 7669797.

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

Color convert

RGB 37 8 117 -
CMYK 0.68 0.93 0 0.54
HSL 255.96º 0.87% 0.25% -
HSV(B) 255.96º 0.93% 0.46% -
XYZ 4.06 1.85 16.97 -
YUV 29.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 37 8 117 0.68 0.93 0 0.54 255.96 0.87 0.25
Hex 25 8 75 44 5D 0 36 100 57 19
Octal 45 10 165 104 135 0 66 400 127 31
Binary 100101 1000 1110101 1000100 1011101 0 110110 100000000 1010111 11001

Color Harmonies of #250875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250875

Black with #250875

Text Example


Text Example

White with #250875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250875; }

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

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

background-color css

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

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

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

border-color css

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

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

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