Html Css Color HEX #250078 Persian Indigo

📋 copy color: '#250078'

red 37 ◦ green 0 ◦ blue 120

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

Shades of Persian Indigo #250078

Tints of Persian Indigo #250078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.57%
G = 0%
B = 76.43%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#250078 (or 0x250078) is known color: Persian Indigo. HEX triplet: 25, 00 and 78. RGB value is (37,0,120). Sum of RGB (Red+Green+Blue) = 37+0+120=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #250078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250078 is #DAFF87. Grayscale: #181818. Windows color (decimal): -14352264 or 7864357. OLE color: 7864357.

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

Color convert

RGB 37 0 120 -
CMYK 0.69 1 0 0.53
HSL 258.5º 1% 0.24% -
HSV(B) 258.5º 1% 0.47% -
XYZ 4.15 1.75 17.89 -
YUV 24.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 37 0 120 0.69 1 0 0.53 258.5 1 0.24
Hex 25 0 78 45 64 0 35 102 64 18
Octal 45 0 170 105 144 0 65 402 144 30
Binary 100101 0 1111000 1000101 1100100 0 110101 100000010 1100100 11000

Color Harmonies of #250078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250078

Black with #250078

Text Example


Text Example

White with #250078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250078; }

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

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

background-color css

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

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

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

border-color css

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

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

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