Html Css Color HEX #250485 Persian Indigo

📋 copy color: '#250485'

red 37 ◦ green 4 ◦ blue 133

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

Shades of Persian Indigo #250485

Tints of Persian Indigo #250485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76.44%

R = 21.26%
G = 2.3%
B = 76.44%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#250485 (or 0x250485) is known color: Persian Indigo. HEX triplet: 25, 04 and 85. RGB value is (37,4,133). Sum of RGB (Red+Green+Blue) = 37+4+133=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #250485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250485 is #DAFB7A. Grayscale: #1C1C1C. Windows color (decimal): -14351227 or 8717349. OLE color: 8717349.

HSL color Cylindrical-coordinate representation of color #250485: hue angle of 255.35º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250485 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 4 133 -
CMYK 0.72 0.97 0 0.48
HSL 255.35º 0.94% 0.27% -
HSV(B) 255.35º 0.97% 0.52% -
XYZ 5.04 2.17 22.34 -
YUV 28.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 37 4 133 0.72 0.97 0 0.48 255.35 0.94 0.27
Hex 25 4 85 48 61 0 30 FF 5E 1B
Octal 45 4 205 110 141 0 60 377 136 33
Binary 100101 100 10000101 1001000 1100001 0 110000 11111111 1011110 11011

Color Harmonies of #250485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250485

Black with #250485

Text Example


Text Example

White with #250485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250485; }

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

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

background-color css

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

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

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

border-color css

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

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

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