Html Css Color HEX #250073 Persian Indigo

📋 copy color: '#250073'

red 37 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #250073

Tints of Persian Indigo #250073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 24.34%
G = 0%
B = 75.66%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250073 (or 0x250073) is known color: Persian Indigo. HEX triplet: 25, 00 and 73. RGB value is (37,0,115). Sum of RGB (Red+Green+Blue) = 37+0+115=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #250073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250073 is #DAFF8C. Grayscale: #171717. Windows color (decimal): -14352269 or 7536677. OLE color: 7536677.

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

Color convert

RGB 37 0 115 -
CMYK 0.68 1 0 0.55
HSL 259.3º 1% 0.23% -
HSV(B) 259.3º 1% 0.45% -
XYZ 3.86 1.63 16.33 -
YUV 24.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 37 0 115 0.68 1 0 0.55 259.3 1 0.23
Hex 25 0 73 44 64 0 37 103 64 17
Octal 45 0 163 104 144 0 67 403 144 27
Binary 100101 0 1110011 1000100 1100100 0 110111 100000011 1100100 10111

Color Harmonies of #250073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250073

Black with #250073

Text Example


Text Example

White with #250073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250073; }

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

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

background-color css

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

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

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

border-color css

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

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

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