Html Css Color HEX #250672 Persian Indigo

📋 copy color: '#250672'

red 37 ◦ green 6 ◦ blue 114

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

Shades of Persian Indigo #250672

Tints of Persian Indigo #250672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 114 (44.92% from 255) = 72.61%

R = 23.57%
G = 3.82%
B = 72.61%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250672 (or 0x250672) is known color: Persian Indigo. HEX triplet: 25, 06 and 72. RGB value is (37,6,114). Sum of RGB (Red+Green+Blue) = 37+6+114=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #250672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250672 is #DAF98D. Grayscale: #1B1B1B. Windows color (decimal): -14350734 or 7472677. OLE color: 7472677.

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

Color convert

RGB 37 6 114 -
CMYK 0.68 0.95 0 0.55
HSL 257.22º 0.9% 0.24% -
HSV(B) 257.22º 0.95% 0.45% -
XYZ 3.87 1.74 16.05 -
YUV 27.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 37 6 114 0.68 0.95 0 0.55 257.22 0.9 0.24
Hex 25 6 72 44 5F 0 37 101 5A 18
Octal 45 6 162 104 137 0 67 401 132 30
Binary 100101 110 1110010 1000100 1011111 0 110111 100000001 1011010 11000

Color Harmonies of #250672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250672

Black with #250672

Text Example


Text Example

White with #250672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250672; }

 p { color: rgb(37,6,114); }

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

background-color css

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

 a { background-color: rgb(37,6,114); }

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

border-color css

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

 span { border-color: rgb(37,6,114); }

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