Html Css Color HEX #250C68 Persian Indigo

📋 copy color: '#250C68'

red 37 ◦ green 12 ◦ blue 104

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

Shades of Persian Indigo #250C68

Tints of Persian Indigo #250C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.84%

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

R = 24.18%
G = 7.84%
B = 67.97%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250C68 (or 0x250C68) is known color: Persian Indigo. HEX triplet: 25, 0C and 68. RGB value is (37,12,104). Sum of RGB (Red+Green+Blue) = 37+12+104=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #250C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C68 is #DAF397. Grayscale: #1D1D1D. Windows color (decimal): -14349208 or 6818853. OLE color: 6818853.

HSL color Cylindrical-coordinate representation of color #250C68: hue angle of 256.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250C68 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 12 104 -
CMYK 0.64 0.88 0 0.59
HSL 256.3º 0.79% 0.23% -
HSV(B) 256.3º 0.88% 0.41% -
XYZ 3.39 1.66 13.24 -
YUV 29.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 37 12 104 0.64 0.88 0 0.59 256.3 0.79 0.23
Hex 25 C 68 40 58 0 3B 100 4F 17
Octal 45 14 150 100 130 0 73 400 117 27
Binary 100101 1100 1101000 1000000 1011000 0 111011 100000000 1001111 10111

Color Harmonies of #250C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C68

Black with #250C68

Text Example


Text Example

White with #250C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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