Html Css Color HEX #250468 Persian Indigo

📋 copy color: '#250468'

red 37 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #250468

Tints of Persian Indigo #250468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 71.72%

R = 25.52%
G = 2.76%
B = 71.72%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250468 (or 0x250468) is known color: Persian Indigo. HEX triplet: 25, 04 and 68. RGB value is (37,4,104). Sum of RGB (Red+Green+Blue) = 37+4+104=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #250468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250468 is #DAFB97. Grayscale: #181818. Windows color (decimal): -14351256 or 6816805. OLE color: 6816805.

HSL color Cylindrical-coordinate representation of color #250468: hue angle of 259.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250468 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 4 104 -
CMYK 0.64 0.96 0 0.59
HSL 259.8º 0.93% 0.21% -
HSV(B) 259.8º 0.96% 0.41% -
XYZ 3.31 1.48 13.21 -
YUV 25.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 37 4 104 0.64 0.96 0 0.59 259.8 0.93 0.21
Hex 25 4 68 40 60 0 3B 104 5D 15
Octal 45 4 150 100 140 0 73 404 135 25
Binary 100101 100 1101000 1000000 1100000 0 111011 100000100 1011101 10101

Color Harmonies of #250468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250468

Black with #250468

Text Example


Text Example

White with #250468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250468; }

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

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

background-color css

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

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

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

border-color css

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

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

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