Html Css Color HEX #250878 Persian Indigo

📋 copy color: '#250878'

red 37 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #250878

Tints of Persian Indigo #250878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 72.73%

R = 22.42%
G = 4.85%
B = 72.73%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#250878 (or 0x250878) is known color: Persian Indigo. HEX triplet: 25, 08 and 78. RGB value is (37,8,120). Sum of RGB (Red+Green+Blue) = 37+8+120=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #250878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250878 is #DAF787. Grayscale: #1D1D1D. Windows color (decimal): -14350216 or 7866405. OLE color: 7866405.

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

Color convert

RGB 37 8 120 -
CMYK 0.69 0.93 0 0.53
HSL 255.54º 0.88% 0.25% -
HSV(B) 255.54º 0.93% 0.47% -
XYZ 4.24 1.92 17.92 -
YUV 29.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 37 8 120 0.69 0.93 0 0.53 255.54 0.88 0.25
Hex 25 8 78 45 5D 0 35 100 58 19
Octal 45 10 170 105 135 0 65 400 130 31
Binary 100101 1000 1111000 1000101 1011101 0 110101 100000000 1011000 11001

Color Harmonies of #250878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250878

Black with #250878

Text Example


Text Example

White with #250878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250878; }

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

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

background-color css

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

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

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

border-color css

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

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

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