Html Css Color HEX #230A65 Persian Indigo

📋 copy color: '#230A65'

red 35 ◦ green 10 ◦ blue 101

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

Shades of Persian Indigo #230A65

Tints of Persian Indigo #230A65

RGB

 RED value IS 35 (14.06% from 255) = 23.97%

 GREEN value IS 10 (4.3% from 255) = 6.85%

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 23.97%
G = 6.85%
B = 69.18%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#230A65 (or 0x230A65) is known color: Persian Indigo. HEX triplet: 23, 0A and 65. RGB value is (35,10,101). Sum of RGB (Red+Green+Blue) = 35+10+101=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #230A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A65 is #DCF59A. Grayscale: #1B1B1B. Windows color (decimal): -14480795 or 6621731. OLE color: 6621731.

HSL color Cylindrical-coordinate representation of color #230A65: hue angle of 256.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230A65 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 10 101 -
CMYK 0.65 0.90 0 0.60
HSL 256.48º 0.82% 0.22% -
HSV(B) 256.48º 0.9% 0.4% -
XYZ 3.15 1.51 12.44 -
YUV 27.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 35 10 101 0.65 0.90 0 0.60 256.48 0.82 0.22
Hex 23 A 65 41 5A 0 3C 100 52 16
Octal 43 12 145 101 132 0 74 400 122 26
Binary 100011 1010 1100101 1000001 1011010 0 111100 100000000 1010010 10110

Color Harmonies of #230A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A65

Black with #230A65

Text Example


Text Example

White with #230A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230A65; }

 p { color: rgb(35,10,101); }

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

background-color css

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

 a { background-color: rgb(35,10,101); }

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

border-color css

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

 span { border-color: rgb(35,10,101); }

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