Html Css Color HEX #230460 Persian Indigo

📋 copy color: '#230460'

red 35 ◦ green 4 ◦ blue 96

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

Shades of Persian Indigo #230460

Tints of Persian Indigo #230460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 25.93%
G = 2.96%
B = 71.11%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230460 (or 0x230460) is known color: Persian Indigo. HEX triplet: 23, 04 and 60. RGB value is (35,4,96). Sum of RGB (Red+Green+Blue) = 35+4+96=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #230460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230460 is #DCFB9F. Grayscale: #171717. Windows color (decimal): -14482336 or 6292515. OLE color: 6292515.

HSL color Cylindrical-coordinate representation of color #230460: hue angle of 260.22º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230460 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 4 96 -
CMYK 0.64 0.96 0 0.62
HSL 260.22º 0.92% 0.2% -
HSV(B) 260.22º 0.96% 0.38% -
XYZ 2.85 1.29 11.16 -
YUV 23.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 35 4 96 0.64 0.96 0 0.62 260.22 0.92 0.2
Hex 23 4 60 40 60 0 3E 104 5C 14
Octal 43 4 140 100 140 0 76 404 134 24
Binary 100011 100 1100000 1000000 1100000 0 111110 100000100 1011100 10100

Color Harmonies of #230460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230460

Black with #230460

Text Example


Text Example

White with #230460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230460; }

 p { color: rgb(35,4,96); }

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

background-color css

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

 a { background-color: rgb(35,4,96); }

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

border-color css

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

 span { border-color: rgb(35,4,96); }

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