Html Css Color HEX #250275 Persian Indigo

📋 copy color: '#250275'

red 37 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #250275

Tints of Persian Indigo #250275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 23.72%
G = 1.28%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250275 (or 0x250275) is known color: Persian Indigo. HEX triplet: 25, 02 and 75. RGB value is (37,2,117). Sum of RGB (Red+Green+Blue) = 37+2+117=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #250275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250275 is #DAFD8A. Grayscale: #191919. Windows color (decimal): -14351755 or 7668261. OLE color: 7668261.

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

Color convert

RGB 37 2 117 -
CMYK 0.68 0.98 0 0.54
HSL 258.26º 0.97% 0.23% -
HSV(B) 258.26º 0.98% 0.46% -
XYZ 4 1.72 16.95 -
YUV 25.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 37 2 117 0.68 0.98 0 0.54 258.26 0.97 0.23
Hex 25 2 75 44 62 0 36 102 61 17
Octal 45 2 165 104 142 0 66 402 141 27
Binary 100101 10 1110101 1000100 1100010 0 110110 100000010 1100001 10111

Color Harmonies of #250275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250275

Black with #250275

Text Example


Text Example

White with #250275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250275; }

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

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

background-color css

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

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

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

border-color css

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

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

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