Html Css Color HEX #250475 Persian Indigo

📋 copy color: '#250475'

red 37 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #250475

Tints of Persian Indigo #250475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 23.42%
G = 2.53%
B = 74.05%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250475 (or 0x250475) is known color: Persian Indigo. HEX triplet: 25, 04 and 75. RGB value is (37,4,117). Sum of RGB (Red+Green+Blue) = 37+4+117=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #250475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250475 is #DAFB8A. Grayscale: #1A1A1A. Windows color (decimal): -14351243 or 7668773. OLE color: 7668773.

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

Color convert

RGB 37 4 117 -
CMYK 0.68 0.97 0 0.54
HSL 257.52º 0.93% 0.24% -
HSV(B) 257.52º 0.97% 0.46% -
XYZ 4.02 1.76 16.96 -
YUV 26.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 37 4 117 0.68 0.97 0 0.54 257.52 0.93 0.24
Hex 25 4 75 44 61 0 36 102 5D 18
Octal 45 4 165 104 141 0 66 402 135 30
Binary 100101 100 1110101 1000100 1100001 0 110110 100000010 1011101 11000

Color Harmonies of #250475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250475

Black with #250475

Text Example


Text Example

White with #250475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250475; }

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

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

background-color css

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

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

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

border-color css

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

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

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