Html Css Color HEX #250675 Persian Indigo

📋 copy color: '#250675'

red 37 ◦ green 6 ◦ blue 117

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

Shades of Persian Indigo #250675

Tints of Persian Indigo #250675

RGB

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

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

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

R = 23.13%
G = 3.75%
B = 73.13%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250675 (or 0x250675) is known color: Persian Indigo. HEX triplet: 25, 06 and 75. RGB value is (37,6,117). Sum of RGB (Red+Green+Blue) = 37+6+117=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #250675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250675 is #DAF98A. Grayscale: #1B1B1B. Windows color (decimal): -14350731 or 7669285. OLE color: 7669285.

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

Color convert

RGB 37 6 117 -
CMYK 0.68 0.95 0 0.54
HSL 256.76º 0.9% 0.24% -
HSV(B) 256.76º 0.95% 0.46% -
XYZ 4.04 1.81 16.97 -
YUV 27.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 37 6 117 0.68 0.95 0 0.54 256.76 0.9 0.24
Hex 25 6 75 44 5F 0 36 101 5A 18
Octal 45 6 165 104 137 0 66 401 132 30
Binary 100101 110 1110101 1000100 1011111 0 110110 100000001 1011010 11000

Color Harmonies of #250675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250675

Black with #250675

Text Example


Text Example

White with #250675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250675; }

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

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

background-color css

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

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

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

border-color css

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

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

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