Html Css Color HEX #250075 Persian Indigo

📋 copy color: '#250075'

red 37 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #250075

Tints of Persian Indigo #250075

RGB

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

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

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

R = 24.03%
G = 0%
B = 75.97%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250075 (or 0x250075) is known color: Persian Indigo. HEX triplet: 25, 00 and 75. RGB value is (37,0,117). Sum of RGB (Red+Green+Blue) = 37+0+117=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #250075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250075 is #DAFF8A. Grayscale: #171717. Windows color (decimal): -14352267 or 7667749. OLE color: 7667749.

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

Color convert

RGB 37 0 117 -
CMYK 0.68 1 0 0.54
HSL 258.97º 1% 0.23% -
HSV(B) 258.97º 1% 0.46% -
XYZ 3.97 1.68 16.94 -
YUV 24.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 37 0 117 0.68 1 0 0.54 258.97 1 0.23
Hex 25 0 75 44 64 0 36 103 64 17
Octal 45 0 165 104 144 0 66 403 144 27
Binary 100101 0 1110101 1000100 1100100 0 110110 100000011 1100100 10111

Color Harmonies of #250075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250075

Black with #250075

Text Example


Text Example

White with #250075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250075; }

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

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

background-color css

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

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

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

border-color css

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

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

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