Html Css Color HEX #250C69 Persian Indigo

📋 copy color: '#250C69'

red 37 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #250C69

Tints of Persian Indigo #250C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 68.18%

R = 24.03%
G = 7.79%
B = 68.18%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250C69 (or 0x250C69) is known color: Persian Indigo. HEX triplet: 25, 0C and 69. RGB value is (37,12,105). Sum of RGB (Red+Green+Blue) = 37+12+105=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #250C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C69 is #DAF396. Grayscale: #1D1D1D. Windows color (decimal): -14349207 or 6884389. OLE color: 6884389.

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

Color convert

RGB 37 12 105 -
CMYK 0.65 0.89 0 0.59
HSL 256.13º 0.79% 0.23% -
HSV(B) 256.13º 0.89% 0.41% -
XYZ 3.44 1.68 13.51 -
YUV 30.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 37 12 105 0.65 0.89 0 0.59 256.13 0.79 0.23
Hex 25 C 69 41 59 0 3B 100 4F 17
Octal 45 14 151 101 131 0 73 400 117 27
Binary 100101 1100 1101001 1000001 1011001 0 111011 100000000 1001111 10111

Color Harmonies of #250C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C69

Black with #250C69

Text Example


Text Example

White with #250C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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